Online IVR Tutorial
Conditional Statements


If <condition>

   <statements>


EndIf

IF statement will check the <condition> and if it's true will execute the commands inside the <statements> block.

Parameters

Remarks

Example

1. IF....THEN:

2. IF...ELSE...ENDIF:

3. IF...ELSE...ENDIF:

4. IF...ELSEIF...ENDIF: